FlexReport for WPF
RenderReportAction コンストラクタ


C1.WPF.FlexReport.4.6.2 アセンブリ > C1.WPF.FlexReport 名前空間 > RenderReportAction クラス : RenderReportAction コンストラクタ
レポート定義を含む配列。
レポートパラメータの初期値。
RenderReportActionクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal reportTemplate() As System.Byte, _
   ByVal parameterValues As System.Collections.Generic.Dictionary(Of String,Object) _
)
'使用法
 
Dim reportTemplate() As System.Byte
Dim parameterValues As System.Collections.Generic.Dictionary(Of String,Object)
 
Dim instance As New RenderReportAction(reportTemplate, parameterValues)
public RenderReportAction( 
   System.byte[] reportTemplate,
   System.Collections.Generic.Dictionary<string,object> parameterValues
)

パラメータ

reportTemplate
レポート定義を含む配列。
parameterValues
レポートパラメータの初期値。
参照

RenderReportAction クラス
RenderReportAction メンバ